.container {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.mobile-header {
  display: none;
}

.w {
  width: 80%;
  margin: 0 auto;
}

.pc-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.32);
  line-height: 80px;
}
.pc-header .w {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pc-header .w .logo {
  height: 60px;
}
.pc-header .w .logo .logo-img {
  height: 60px;
}
.pc-header .w .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 40px;
}
.pc-header .w .menu .menu-item {
  position: relative;
  margin: 0 10px;
}
.pc-header .w .menu .menu-item:before {
  content: "";
  display: none;
  width: 40%;
  height: 2px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffffff;
}
.pc-header .w .menu .menu-item:hover:before {
  display: block;
}
.pc-header .w .menu .menu-item:hover .submenu-wrap {
  display: block;
}
.pc-header .w .menu .menu-item .menu-item-link {
  display: block;
  padding: 0 20px;
  color: #ffffff;
}
.pc-header .w .menu .menu-item .submenu-wrap {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
}
.pc-header .w .menu .menu-item .submenu-wrap .submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 900px;
  height: 100%;
  margin: 0 auto;
}

/*# sourceMappingURL=common-pad.css.map */
